home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Compression / peazip / peazip-4.7.WINDOWS.exe / {app} / res / pea.exe / 0 / RCDATA / TFINDDIALOGFORM / TFINDDIALOGFORM.txt
Text File  |  2012-08-05  |  2KB  |  111 lines

  1. object FindDialogForm: TFindDialogForm
  2.   Left = 499
  3.   Height = 131
  4.   Top = 403
  5.   Width = 444
  6.   ActiveControl = FindButton
  7.   BorderIcons = [biSystemMenu, biHelp]
  8.   Caption = 'Find'
  9.   ClientHeight = 131
  10.   ClientWidth = 444
  11.   OnCreate = FormCreate
  12.   Position = poScreenCenter
  13.   LCLVersion = '0.9.27'
  14.   object FindLabel: TLabel
  15.     Left = 6
  16.     Height = 18
  17.     Top = 15
  18.     Width = 70
  19.     Caption = 'Text to find'
  20.     FocusControl = EditFind
  21.     ParentColor = False
  22.   end
  23.   object EditFind: TEdit
  24.     Left = 72
  25.     Height = 23
  26.     Top = 10
  27.     Width = 269
  28.     Anchors = [akTop, akLeft, akRight]
  29.     OnChange = EditFindChange
  30.     TabOrder = 0
  31.     Text = 'EditFind'
  32.   end
  33.   object FindButton: TButton
  34.     Left = 349
  35.     Height = 25
  36.     Top = 8
  37.     Width = 91
  38.     Anchors = [akTop, akRight]
  39.     Caption = 'Find more'
  40.     Default = True
  41.     TabOrder = 1
  42.   end
  43.   object CancelButton: TButton
  44.     Left = 349
  45.     Height = 25
  46.     Top = 40
  47.     Width = 91
  48.     Anchors = [akTop, akRight]
  49.     Cancel = True
  50.     Caption = 'Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 2
  53.   end
  54.   object WholeWordsOnlyCheckBox: TCheckBox
  55.     Left = 6
  56.     Height = 22
  57.     Top = 51
  58.     Width = 133
  59.     Caption = 'Whole words only'
  60.     TabOrder = 3
  61.   end
  62.   object CaseSensitiveCheckBox: TCheckBox
  63.     Left = 6
  64.     Height = 22
  65.     Top = 78
  66.     Width = 116
  67.     Caption = 'Case sensitive'
  68.     TabOrder = 4
  69.   end
  70.   object DirectionRadioGroup: TRadioGroup
  71.     Left = 144
  72.     Height = 45
  73.     Top = 46
  74.     Width = 197
  75.     AutoFill = True
  76.     Caption = 'Direction'
  77.     ChildSizing.LeftRightSpacing = 6
  78.     ChildSizing.TopBottomSpacing = 6
  79.     ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
  80.     ChildSizing.EnlargeVertical = crsHomogenousChildResize
  81.     ChildSizing.ShrinkHorizontal = crsScaleChilds
  82.     ChildSizing.ShrinkVertical = crsScaleChilds
  83.     ChildSizing.Layout = cclLeftToRightThenTopToBottom
  84.     ChildSizing.ControlsPerLine = 2
  85.     ClientHeight = 26
  86.     ClientWidth = 193
  87.     Columns = 2
  88.     Items.Strings = (
  89.       'Forward'
  90.       'Backward')
  91.     TabOrder = 5
  92.   end
  93.   object HelpButton: TButton
  94.     Left = 349
  95.     Height = 25
  96.     Top = 100
  97.     Width = 91
  98.     Anchors = [akRight, akBottom]
  99.     Caption = 'Help'
  100.     TabOrder = 6
  101.   end
  102.   object EntireScopeCheckBox: TCheckBox
  103.     Left = 6
  104.     Height = 22
  105.     Top = 103
  106.     Width = 132
  107.     Caption = 'Search entire file'
  108.     TabOrder = 7
  109.   end
  110. end
  111.